home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Adobe Graphics & Publishing SDK 1996 December
/
Adobe Graphics & Publishing SDK 1996 December.iso
/
pc
/
pm65sdk
/
sourcecode
/
includes
/
cicommandsandqueries.h
< prev
next >
Wrap
C/C++ Source or Header
|
1996-11-18
|
641b
|
24 lines
/***[f*****************************************************************
* cicmdqry.h -- Component Interface for PageMaker Commands & Queries.
*
* Copyright 1996 (c) Adobe Systems, Inc. All Rights Reserved
*
* Public version
* $Revision: 1.4 $
*
*
***f]*****************************************************************/
#ifndef __CICMDQRY_H
#define __CICMDQRY_H
// class to obtain param block
class CICommandQuery : public CIInterface
{
public:
virtual PMXErr Retrieve(sPMParamBlockPtr *lpPB)=0;
virtual void ErrorAlert(PMXErr err, sPMParamBlockPtr lpParamBlock)=0;
};
#endif